Remove `Clone` for a struct we don't want cloned
authorAlex Crichton <alex@alexcrichton.com>
Sat, 3 Jun 2017 00:18:06 +0000 (17:18 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 5 Jun 2017 14:36:44 +0000 (07:36 -0700)
commitc9fd94a4647222300ddf59d0aef177458b23349a
tree51115f17989c116dc2916f78d336e0872b9693ff
parent86774bd87b74603f1405c50f9c09d10464dca14a
Remove `Clone` for a struct we don't want cloned

It's super expensive to clone a `Resolve` and the resolution implementation no
longer needs to do so, let's remove the impl.
src/cargo/core/resolver/mod.rs